Announcement

Collapse
No announcement yet.

make: Nothing to be done for `all'.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    make: Nothing to be done for `all'.

    k 8.04.1
    kde 4.1
    $Id: INSTALL 39 2006-08-15 00:13:17Z ivovp $

    FIXME: More descriptive installation instructions might be helpful


    ./configure
    make

    Run from within this directory for now (use ./gautoclick et cetera) or install
    the binaries in some bin directory yourself.
    raimonds@desktop-betty:~/Documents/Downloads/xautoclick-0.19-src$ ./configure
    Checking for c compiler ... gcc
    Checking for c++ compiler ... g++
    Checking for GNU Make ... yes, using make
    Checking for extra headers ... no
    Checking for extra libraries ... no
    Checking for gcc support of -MM option ... yes
    Checking for g++ support of -MM option ... yes
    Checking for inttypes.h ... yes
    Checking for unistd.h ... yes
    Checking for malloc.h ... yes
    Checking for X11 header presence ... yes (using /usr/include)
    Checking for X11 ... yes (using -L/usr/X11R6/lib -lX11 -lXext)
    Checking for XTest extension ... no
    X11 found, but is does not seem to have the XTest extension
    No X11 dependant applications will be build

    Debug symbols disabled.
    All compiler warnings disabled.

    Cleaning up source tree ... done

    Generating config.mak ... done.

    aAutoClick : no
    cAutoClick : no
    gAutoClick : no
    gAutoClick2 : no
    qtAutoClick : no

    Installation to /usr/local

    Now type 'make' to build.

    raimonds@desktop-betty:~/Documents/Downloads/xautoclick-0.19-src$ make
    make: Nothing to be done for `all'.
    raimonds@desktop-betty:~/Documents/Downloads/xautoclick-0.19-src$
    help!? everything worked fine, till "# mv /*/*/ $pwd/" and re-nstalled kubuntu again
    a<s;locjAS;ldvcns<k. nv<;k.s nbvk.s<vk.a

    H E L P

    #2
    Re: make: Nothing to be done for `all'.

    Maybe a silly little question but did you install build-essential?

    Code:
    sudo apt-get update && sudo aptitude install build-essential
    Also try running:
    Code:
    make clean
    And then run the rest again.

    [mad]berry
    Check out my website with Kubuntu how to&#39;s:&nbsp; madberry.org

    Comment

    Working...
    X